home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c++-part2 / 12783 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  623 b 

  1. Path: prodigy.com!usenet
  2. From: FBRZ55A@prodigy.com (Paul Emge)
  3. Newsgroups: comp.lang.c++
  4. Subject: Errors in constructors
  5. Date: 21 Mar 1996 17:40:01 GMT
  6. Organization: Prodigy Services Company  1-800-PRODIGY
  7. Distribution: world
  8. Message-ID: <4is49h$k1o@usenetp1.news.prodigy.com>
  9. NNTP-Posting-Host: innugap2-int.news.prodigy.com
  10. X-Newsreader: Version 1.2
  11.  
  12. I am a pretty descent C programmer trying to move to C++ and wanted to 
  13. know since constructors do not return any value, what is the "Best" way 
  14. to determine if any of the instructions in the constructor fails, such as 
  15. memory allocation or I/O.
  16.  
  17. Please let me know.. 
  18.  
  19.